DELETE
/
api
/
v3
/
sites
/
{site_uuid}
/
teams
/
{team_uuid}
curl --request DELETE \
  --url https://cloud.volttime.com/api/v3/sites/{site_uuid}/teams/{team_uuid} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Team access revoked successfully"
}

Authorizations

Authorization
string
header
required

See the documentation for more information.

Path Parameters

site_uuid
string
required
team_uuid
string
required

Response

200 - application/json

The response is of type object.